CustomContextMenuAction
Custom action dispatched by context menu of the chart
Index
Column | Column |
---|---|
CustomContextMenuAction.clickedPoint | CustomContextMenuAction.event |
CustomContextMenuAction.id | CustomContextMenuAction.selectedPoints |
Properties
clickedPoint
clickedPoint: Point
event
event: Pick< PointerEvent, clientX | clientY >
id
id: string
selectedPoints
selectedPoints: Point[]
Optional